home *** CD-ROM | disk | FTP | other *** search
/ The Mac 13 / the-mac-13.iso / On The Rom / 100 Best Mac CD-ROMs Selection / UNZIP-DEMO / ZIPFILES / man00 / 00029.ls < prev    next >
Encoding:
Text File  |  1995-05-25  |  207 b   |  14 lines

  1. on exitFrame
  2.   if the mouseCast <> the castNum of sprite 18 then
  3.     sound stop 1
  4.     go("loop")
  5.     exit
  6.   end if
  7.   if the mouseDown then
  8.     sound stop 1
  9.     go("demo")
  10.     exit
  11.   end if
  12.   go("book2")
  13. end
  14.